You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > SetDouble Method > Vector.SetDouble Method (bool, [In] double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.SetDouble Method (bool, [In] double[])

Sets vector values (double).

Syntax
C#
Visual Basic
public TVec SetDouble(bool AComplex, [In] double[] A);

Sets the Length property of the calling vector to (High(A)+1) and the Complex property to AComplex. The double elements of A array are copied to the calling vector. If AComplex is True then real parts of complex numbers are on even (0,2,4..)and imaginary parts on odd indexes.(1,3,5,..) 

Note Use this method for setting a double array only.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!